home *** CD-ROM | disk | FTP | other *** search
- #ifndef _INCLUDE_PRAGMA_EXAMPLE_LIB_H
- #define _INCLUDE_PRAGMA_EXAMPLE_LIB_H
-
- #ifndef CLIB_EXAMPLE_PROTOS_H
- #include <clib/example_protos.h>
- #endif
-
- #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
- #pragma amicall(ExampleBase,0x01E,ex_TestRequest(a0,a1,a2))
- #pragma amicall(ExampleBase,0x024,ex_TestRequest2A(a0,a1,a2,a3))
- #endif
- #if defined(_DCC) || defined(__SASC)
- #pragma libcall ExampleBase ex_TestRequest 01E A9803
- #pragma libcall ExampleBase ex_TestRequest2A 024 BA9804
- #endif
- #ifdef __STORM__
- #pragma tagcall(ExampleBase,0x024,ex_TestRequest2(a0,a1,a2,a3))
- #endif
- #ifdef __SASC_60
- #pragma tagcall ExampleBase ex_TestRequest2 024 BA9804
- #endif
-
- #endif /* _INCLUDE_PRAGMA_EXAMPLE_LIB_H */
-